
1) Virtual machine
Found on
https://www.crosswordclues.com/clue/state-machine
[LabVIEW programming] A state machine is a type of programming technique that is used in a majority of different programming languages. The state machine is especially important and flexible tool that is used in LabVIEW programming because the coding is very easy to maintain, document and reuse. == Introduction to state machines == State ma...
Found on
http://en.wikipedia.org/wiki/State_machine_(LabVIEW_programming)

The definition of the behaviour of a system in terms of inputs and outputs and an internal state variable or variables. Any computer system or computer programme can be represented as a state machine, as Alan Turing explained many years ago. A protocol used for communication between systems is often described by a state machine, usually in the form of a state table which is indexed by the input received and the current state variable and which contains instructions to generate the next output and a new state.
...
Found on
http://www.encyclo.co.uk/visitor-contributions.php
No exact match found.